home *** CD-ROM | disk | FTP | other *** search
/ MacHack 2001 / MacHack 2001.toast / pc / The Hacks / GrowBoxDock / Sources / Italian.lproj / MovieFile.r < prev    next >
Encoding:
Text File  |  2001-02-18  |  1.2 KB  |  56 lines

  1. /*
  2.     File:        MovieFile.r
  3.  
  4.     Contains:    Movie file support for simple text application
  5.  
  6.     Written by:    Tom Dowdy
  7.  
  8.     Copyright:    © 1993, 1995, 1997 by Apple Computer, Inc., all rights reserved.
  9.  
  10.     Change History (most recent first):
  11.  
  12.     $Log: MovieFile.r,v $
  13.     Revision 1.3  2000/07/27 21:17:18  mig
  14.     using "flat" inclides of Carbon.h (available thru System framework headers)
  15.     
  16.     Revision 1.2  2000/07/18 23:34:23  mig
  17.     headers clean-up (mostly header-style includes)
  18.     
  19.     Revision 1.1  2000/06/09 01:09:18  mig
  20.     make files localizable (removed from root directory, added to this one)
  21.     
  22.     Revision 1.2  1998/08/26 16:04:15  mkellner
  23.     Make work with new (built) headers
  24.     
  25.     Revision 1.1.1.1  1998/03/18 22:56:10  ivory
  26.     Initial checkin of SimpleText.
  27.     
  28.  * 
  29.  * 3     8/12/97 4:04 PM Tom Dowdy
  30.  * new staggering
  31.  * 
  32.  * 2     7/30/97 3:42 PM Tom Dowdy
  33.  * Live scrolling now
  34.  * 
  35.  * 1     7/28/97 11:19 AM Duane Byram
  36.  * first added to Source Safe project
  37.  
  38.          <1>     8/21/95    TD        First checked in.
  39.  
  40. */
  41.  
  42.  
  43. #include "MovieFile.h"
  44.  
  45. #ifdef USE_UMBRELLA_HEADERS && USE_UMBRELLA_HEADERS
  46. #include "Carbon.r"
  47. #else
  48. #include "MacWindows.r"
  49. #endif
  50.  
  51. #include "Localize.r"
  52.  
  53. resource 'WIND' (kMovieWindowID) {
  54.     {40, 40, 215, 400}, noGrowDocProc, invisible, goAway, 0, NEWDOCUMENTTITLE, staggerParentWindowScreen
  55. };
  56.